home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 1997 April
/
inter@ivo 1997-04.iso
/
demos
/
referenc
/
orsay
/
dataor
/
guide.dxr
/
00012.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-06-17
|
312 b
|
14 lines
on fadesoundout
set volson to the volume of sound 1
repeat while volson > 20
put volson
set the volume of sound 1 to the volume of sound 1 - 2
set volson to the volume of sound 1
if the mouseDown then
quit()
end if
end repeat
sound stop 1
set the volume of sound 1 to 180
end